Release 10.1A: OpenEdge Data Management:
SQL Reference


DROP VIEW

Deletes the view from the database.

Syntax

DROP VIEW [ owner_name.]view_name ; 

owner_name

Specifies the owner of the view.

view_name

Names the view to drop.

Example

DROP VIEW newcustomers ; 

Notes

Authorization

Must have DBA privilege or ownership of the view.

Related statements

CREATE VIEW


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095